home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
AdobeExamples
/
NX_ImportAdv
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-12-19
|
1KB
|
45 lines
#
# Generated by the NeXT Interface Builder.
#
# NOTE: Do NOT change this file -- Interface Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = Import
INTERFACES = Import.nib
CLASSES = DocView.m Document.m DrawingView.m GraphicImport.m GraphicList.m \
ImportApp.m ImportPanel.m NXBitmapImageRepSub.m \
NXEPSImageRepSub.m Preferences.m ResourcePanel.m SaveAsPanel.m \
ScrollingView.m
MFILES = Import_main.m epsferror.m epsfreader.m epsfwriter.m
CFILES = rotateprocs.c
HFILES = epsf.h epsfstruct.h resources.h rotateprocs.h
PSWFILES = DrawingViewWraps.psw epsfwraps.psw
TIFFFILES = cursorImport.tiff cursorRotate1.tiff cursorRotate2.tiff \
cursorZoomDown.tiff cursorZoomUp.tiff
APPICON = Icon.tiff
SOURCEMODE = 444
LIBS = -lNeXT_s -lsys_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = -lNeXT_p -lsys_p
MAKEFILEDIR = /usr/lib/nib
ICONSECTIONS = -sectcreate __ICON app Icon.tiff
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
-include Makefile.preamble
include $(MAKEFILEDIR)/app.make
-include Makefile.postamble
-include Makefile.dependencies